CheckContrastRequest

data class CheckContrastRequest(reportAAA: Boolean?)

Represents request frame that can be used with Audits#checkContrast operation call.

Runs the contrast check for the target page. Found issues are reported using Audits.issueAdded event.

See also

Constructors

CheckContrastRequest
Link copied to clipboard
fun CheckContrastRequest(reportAAA: Boolean? = null)

Properties

reportAAA
Link copied to clipboard
val reportAAA: Boolean? = null
Whether to report WCAG AAA level issues.

Sources

jvm source
Link copied to clipboard